projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f01d45
)
Use the correct macro
author
Lukáš Tyrychtr
<lukastyrychtr@gmail.com>
Mon, 25 Apr 2022 12:21:40 +0000
(14:21 +0200)
committer
Lukáš Tyrychtr
<lukastyrychtr@gmail.com>
Mon, 25 Apr 2022 12:21:40 +0000
(14:21 +0200)
gtk/gtkstacksidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstacksidebar.c
b/gtk/gtkstacksidebar.c
index e65e1ca7c5509c95b59cef4d514f573eb0f13a7b..9d73e9c270ac10d6155ef901482b60ffb7148cdd 100644
(file)
--- a/
gtk/gtkstacksidebar.c
+++ b/
gtk/gtkstacksidebar.c
@@
-152,7
+152,7
@@
gtk_stack_sidebar_init (GtkStackSidebar *self)
gtk_widget_add_css_class (GTK_WIDGET (self->list), "navigation-sidebar");
gtk_accessible_update_property (GTK_ACCESSIBLE (self->list),
GTK_ACCESSIBLE_PROPERTY_LABEL,
-
N
C_("accessibility", "Sidebar"),
+ C_("accessibility", "Sidebar"),
-1);